home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 49
/
Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso
/
-serious-
/
misc
/
football
/
locale
/
english
/
user
/
matchanalysis.data
< prev
next >
Wrap
Text File
|
1999-11-29
|
4KB
|
69 lines
/* English Translation for MatchAnalysis.rexx */
var.1 = "txt_league_title = 'Match Analysis for '"
var.2 = "txt_matches = 'Matches Played : '"
var.3 = "txt_weekwins1 = 'Highest Number of Home Wins: Week No.'"
var.4 = "txt_weekwins2 = ' Away Wins: Week No.'"
var.5 = "txt_weekloss = ' Losses : Week No.'"
var.6 = "txt_weekdraws = ' Draws : Week No.'"
var.7 = "txt_high1 = ' with '"
var.8 = "txt_wins = ' wins.'"
var.9 = "txt_losses = ' losses.'"
var.10 = "txt_draws = ' draws.'"
var.11 = "txt_weekhiscore = 'Highest Scoring: Week No.'"
var.12 = "txt_weekloscore = 'Lowest Scoring : Week No.'"
var.13 = "txt_goals = ' goals.'"
var.14 = "txt_goalpermatch = ' goals per match.'"
var.15 = "txt_datewins1 = 'Highest Number of Home Wins: Week ending '"
var.16 = "txt_datewins2 = ' Away Wins: Week ending '"
var.17 = "txt_dateloss = ' Losses : Week ending '"
var.18 = "txt_datedraws = ' Draws : Week ending '"
var.19 = "txt_high2 = ' with '"
var.20 = "txt_datehiscore = 'Highest Scoring: Week ending '"
var.21 = "txt_dateloscore = 'Lowest Scoring : Week ending '"
var.22 = "txt_weektable1 = 'Week No. Games Wins Goals '"
var.23 = "txt_weektable2 = ' Played Home Away Draws Losses Scored'"
var.24 = "txt_datetable1 = 'Week Games Wins Goals '"
var.25 = "txt_datetable2 = 'Ending Played Home Away Draws Losses Scored'"
var.26 = "txt_line = '--------- ------ ---------- ----- ------ ------'"
var.27 = "ma_t1 = 'ERROR : (MatchAnalysis)'"
var.28 = "ma_t2 = 'Cannot find '"
var.29 = "ma_t3 = 'Cannot read '"
var.30 = "ma_t4 = 'for league name'"
var.31 = "ma_t5 = 'to check what type of schedule it is.'"
var.32 = "ma_t6 = 'Highest Average Goals Per Match: Week No.'"
var.33 = "ma_t7 = 'Lowest Average Goals Per Match : Week No.'"
var.34 = "ma_t8 = 'Highest Average Goals Per Match: Week ending'"
var.35 = "ma_t9 = 'Lowest Average Goals Per Match : Week ending'"
var.36 = "ma_t10 = 'goals per match.'"
var.37 = "ma_t11 = 'Unable to find the locale that matches this datafile.'"
var.38 = "txt_weekog = ' Own Goals : Week No.'"
var.39 = "txt_weekred = ' Red Cards : Week No.'"
var.40 = "txt_weekyell = ' Bookings : Week No.'"
var.41 = "txt_ogoals = ' own goals.'"
var.42 = "txt_reds = ' players sent off.'"
var.43 = "txt_yellows = ' players booked.'"
var.44 = "txt_dateog = ' Own Goals : Week ending '"
var.45 = "txt_datered = ' Red Cards : Week ending '"
var.46 = "txt_dateyell = ' Bookings : Week ending '"
var.47 = "txt_owngoals1 = 'Own '"
var.48 = "txt_owngoals2 = 'Goals'"
var.49 = "txt_ogl = '-----'"
var.50 = "txt_bookings = 'Booked'"
var.51 = "txt_bl = '------'"
var.52 = "txt_sendingoff1 = 'Sent'"
var.53 = "txt_sendingoff2 = 'Off '"
var.54 = "txt_sol = '----'"
var.55 = "txt_weekattd = ' Attendance : Week No.'"
var.56 = "txt_dateattd = ' Attendance : Week ending '"
var.57 = "txt_attends = 'Attend'"
var.58 = "txt_al = '------'"
/* Please don't change the following lines */
setclip('VarCount', 58)
do i = 1 to 58
call setclip('var.'i, var.i)
end